home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 5791-.end / dmg-6260 / articles / basicbin.doc < prev    next >
Text File  |  1993-07-28  |  1KB  |  31 lines

  1.                                BASIC.BIN
  2.                               ~~~~~~~~~~~
  3.  
  4. You will be well-familiar by  now  with  the blue/yellow glowing of the
  5. cursor from within STOS.  By  making  a  minor  alteration  to the file
  6. BASIC.BIN you can actually change the colours. Here's how:
  7.  
  8. 6208 bytes from the beginning  of  the  file,  the  data for the cursor
  9. flash is held. By  writing  a  simple  program  you can reprogramme the
  10. colour of the cursor to anything you  like. There is a program included
  11. on the disk which does it for you.
  12.  
  13. 4383 bytes from the beginning of  the  file holds the information about
  14. the file selector. This includes the  text down  the right hand side of
  15. the window: PREVIOUS, DIR,  QUIT,  RETURN,  and  the  UP  and DOWN. The
  16. program on this disk also allows you to alter these.
  17.  
  18. 8676 bytes from the beginning of the  file  holds the word 'Ok' and can
  19. be changed to  any  other  two-letter  phrase,  like  'Yo'  or  '>?' or
  20. whatever. You can alter this from within the program.
  21.  
  22. Later on in the file, the names of every single command are held, along
  23. with a few error statements,  and  the  structure of the Program Editor
  24. (from pressing <HELP>). Try your hand at changing these yourself.
  25.  
  26. REMEMBER TO MAKE A BACK-UP OF  THE ORIGINAL BASIC.BIN FILE BEFORE DOING
  27. ALL OF THIS! The program  in  the 'source' folder automatically renames
  28. the current BASIC.BIN file to BASIC.ZZZ
  29.  
  30. Article: BLACK EAGLE 24/7/93
  31.